HorizontalRelation Enumeration

Represents the against which the horizontal position of a frame is positioned.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum HorizontalRelation

Members

Page0 Horizontal position of a frame is positioned relative to a page.
PageContent1 Horizontal position of a frame is positioned relative to page-content.
PageStartMargin2 Horizontal position of a frame is positioned relative to a page start margin.
PageEndMargin3 Horizontal position of a frame is positioned relative to a page end margin.
Frame4 Horizontal position of a frame is positioned relative to another frame.
FrameContent5 Horizontal position of a frame is positioned relative to frame content.
FrameStartMargin6 Horizontal position of a frame is positioned relative to a frame start margin.
FrameEndMargin7 Horizontal position of a frame is positioned relative to a frame end margin.
Paragraph8 Horizontal position of a frame is positioned relative to a paragraph.
ParagraphContent9 Horizontal position of a frame is positioned relative to paragraph content.
ParagraphStartMargin10 Horizontal position of a frame is positioned relative to a paragraph start margin.
ParagraphEndMargin11 Horizontal position of a frame is positioned relative to a paragraph end margin.
Char12 Horizontal position of a frame is positioned relative to a character.
None13 None.

See Also